projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf4cd9
)
Use termcap.h.
author
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:25:45 +0000
(13:25 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:25:45 +0000
(13:25 +0000)
src/cm.c
patch
|
blob
|
history
diff --git
a/src/cm.c
b/src/cm.c
index ef4dccd23de0786624257faf6c72c02942a44049..8ab302a601248edd3e7c909018a3dd9709abc3d5 100644
(file)
--- a/
src/cm.c
+++ b/
src/cm.c
@@
-25,6
+25,10
@@
Boston, MA 02111-1307, USA. */
#include "cm.h"
#include "termhooks.h"
+#ifdef HAVE_TERMCAP_H
+#include <termcap.h>
+#endif
+
#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
use about 2000.... */